Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: cc/layer_texture_updater.h

Issue 11233025: cc: Remove CC*.h temporary includes, part 4/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layer_sorter_unittest.cc ('k') | cc/layer_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_texture_updater.h
diff --git a/cc/layer_texture_updater.h b/cc/layer_texture_updater.h
index 838e342d0b1e73584e6b1d830dec56ee8ee31609..b8c7dd47e8be38223bcc8271180296f099c2a3f2 100644
--- a/cc/layer_texture_updater.h
+++ b/cc/layer_texture_updater.h
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
#ifndef LayerTextureUpdater_h
#define LayerTextureUpdater_h
-#include "CCPrioritizedTexture.h"
#include "base/memory/ref_counted.h"
+#include "cc/prioritized_texture.h"
#include "third_party/khronos/GLES2/gl2.h"
namespace cc {
@@ -64,5 +63,6 @@ private:
friend class base::RefCounted<LayerTextureUpdater>;
};
-} // namespace cc
+} // namespace cc
+
#endif // LayerTextureUpdater_h
« no previous file with comments | « cc/layer_sorter_unittest.cc ('k') | cc/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698