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

Unified Diff: cc/layers/layer.h

Issue 1018463005: cc: PushProperties on viewport size change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | cc/layers/picture_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index a82da2466cec06575a495b992a53ac747630109a..977c7b7d66bdbb423945461e8756e3c11be7bfcd 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -466,6 +466,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
needs_push_properties_ = false;
}
+ virtual void OnDeviceViewportSizeChanged() {}
+
virtual void RunMicroBenchmark(MicroBenchmark* benchmark);
void Set3dSortingContextId(int id);
« no previous file with comments | « no previous file | cc/layers/picture_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698