commit | 681ccff34ef98c5a12d261643179a9044f4397d1 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Mar 18 06:13:52 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Mar 18 06:13:52 2013 |
tree | ae0ff3d0b1e2cb84224f76db5300bc7723c1f34c | |
parent | 8b9d37b0f4faaa93d88ba30acf0462b9849711bd [diff] [blame] |
Part 1 of cc/ directory shuffles: base This establishes cc/base/ as discussed in https://groups.google.com/a/chromium.org/d/msg/graphics-dev/wNRsl3BwU_Y/jFXeRQq7e30J. This patch will likely touch the most locations since it moves cc/switches.h BUG=190824 [email protected], [email protected] Review URL: https://codereview.chromium.org/12472028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188681 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc index 9fa79f38..64f0cc1 100644 --- a/content/renderer/render_widget.cc +++ b/content/renderer/render_widget.cc
@@ -14,11 +14,11 @@ #include "base/stl_util.h" #include "base/utf_string_conversions.h" #include "build/build_config.h" +#include "cc/base/switches.h" +#include "cc/base/thread.h" +#include "cc/base/thread_impl.h" #include "cc/layer_tree_host.h" #include "cc/output_surface.h" -#include "cc/switches.h" -#include "cc/thread.h" -#include "cc/thread_impl.h" #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h" #include "content/common/swapped_out_messages.h" #include "content/common/view_messages.h"