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

Unified Diff: cc/layer_tree_host.h

Issue 11270047: cc: Rename TextureUpdate to ResourceUpdate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort includes and forward declarations. 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.h ('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 733d79457de9ff6f301086ee92f5f1d89cabbe39..f64862e0f433fe6f385568508fd47f96ba934c7b 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -43,7 +43,7 @@ class Layer;
class LayerTreeHostImpl;
class LayerTreeHostImplClient;
class PrioritizedTextureManager;
-class TextureUpdateQueue;
+class ResourceUpdateQueue;
class HeadsUpDisplayLayer;
class Region;
struct ScrollAndScaleSet;
@@ -128,7 +128,7 @@ public:
virtual void acquireLayerTextures();
// Returns false if we should abort this frame due to initialization failure.
bool initializeRendererIfNeeded();
- void updateLayers(TextureUpdateQueue&, size_t contentsMemoryLimitBytes);
+ void updateLayers(ResourceUpdateQueue&, size_t contentsMemoryLimitBytes);
LayerTreeHostClient* client() { return m_client; }
@@ -213,11 +213,11 @@ private:
void initializeRenderer();
- void update(Layer*, TextureUpdateQueue&, const OcclusionTracker*);
- bool paintLayerContents(const LayerList&, TextureUpdateQueue&);
- bool paintMasksForRenderSurface(Layer*, TextureUpdateQueue&);
+ void update(Layer*, ResourceUpdateQueue&, const OcclusionTracker*);
+ bool paintLayerContents(const LayerList&, ResourceUpdateQueue&);
+ bool paintMasksForRenderSurface(Layer*, ResourceUpdateQueue&);
- void updateLayers(Layer*, TextureUpdateQueue&);
+ void updateLayers(Layer*, ResourceUpdateQueue&);
void triggerPrepaint();
void prioritizeTextures(const LayerList&, OverdrawMetrics&);
« no previous file with comments | « cc/layer.h ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698