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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 548963002: Generalize scroll parent work in CalculateDrawProperties Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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
Index: cc/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index efe778f6830f5b8b69145fbf4f0d4e3fb1b5e525..367fc716df1f150ba40dd958e7c18b750aa6282e 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -269,7 +269,7 @@ class CC_EXPORT LayerTreeImpl {
void RemoveLayerWithCopyOutputRequest(LayerImpl* layer);
const std::vector<LayerImpl*>& LayersWithCopyOutputRequest() const;
- int current_render_surface_list_id() const {
+ size_t current_render_surface_list_id() const {
return render_surface_layer_list_id_;
}
@@ -379,7 +379,7 @@ class CC_EXPORT LayerTreeImpl {
UIResourceRequestQueue ui_resource_request_queue_;
- int render_surface_layer_list_id_;
+ size_t render_surface_layer_list_id_;
danakj 2014/09/11 19:22:05 This kinda violates my reading of the chromium sty
Ian Vollick 2014/09/11 19:58:08 Done.
// The top controls content offset at the time of the last layout (and thus,
// viewport resize) in Blink. i.e. How much the viewport was shrunk by the top
« cc/trees/layer_tree_host_common.cc ('K') | « cc/trees/layer_tree_host_common_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698