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

Unified Diff: cc/layer_impl.h

Issue 12340095: cc: Make damage on delegated frame damage the host layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 7 years, 10 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/delegated_renderer_layer_impl.cc ('k') | cc/layer_tree_host_unittest_delegated.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_impl.h
diff --git a/cc/layer_impl.h b/cc/layer_impl.h
index 20b2384cb7f464348cb9dd31a4813154de3a1254..a325aa0bbfd34df9a3f4c7685dd3a0a2a313df71 100644
--- a/cc/layer_impl.h
+++ b/cc/layer_impl.h
@@ -324,9 +324,6 @@ protected:
void AsValueInto(base::DictionaryValue* dict) const;
-private:
- void updateScrollbarPositions();
-
void noteLayerSurfacePropertyChanged();
void noteLayerPropertyChanged();
void noteLayerPropertyChangedForSubtree();
@@ -334,6 +331,9 @@ private:
// Note carefully this does not affect the current layer.
void noteLayerPropertyChangedForDescendants();
+private:
+ void updateScrollbarPositions();
+
virtual const char* layerTypeAsString() const;
void dumpLayer(std::string*, int indent) const;
« no previous file with comments | « cc/delegated_renderer_layer_impl.cc ('k') | cc/layer_tree_host_unittest_delegated.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698