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

Unified Diff: cc/layer_tree_host.h

Issue 11794019: Avoid exposing gl bindings through cc public API headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 11 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/image_layer_updater.cc ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 0b4f3ad789008f1db35d1c88c38f614883c75173..664c92aa610c196a35536a14ad2ea0f0bdacef28 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -20,7 +20,6 @@
#include "cc/layer_tree_settings.h"
#include "cc/occlusion_tracker.h"
#include "cc/output_surface.h"
-#include "cc/prioritized_resource_manager.h"
#include "cc/proxy.h"
#include "cc/rate_limiter.h"
#include "cc/rendering_stats.h"
@@ -46,6 +45,8 @@ class Layer;
class LayerTreeHostImpl;
class LayerTreeHostImplClient;
class PrioritizedResourceManager;
+class PrioritizedResource;
+class ResourceProvider;
class ResourceUpdateQueue;
class HeadsUpDisplayLayer;
class Region;
@@ -57,7 +58,7 @@ struct CC_EXPORT RendererCapabilities {
RendererCapabilities();
~RendererCapabilities();
- GLenum bestTextureFormat;
+ unsigned bestTextureFormat;
bool usingPartialSwap;
bool usingAcceleratedPainting;
bool usingSetVisibility;
« no previous file with comments | « cc/image_layer_updater.cc ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698