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

Unified Diff: cc/layers/layer_impl.h

Issue 2873593002: Force use of and cache render surface. (Closed)
Patch Set: Fix compile error. Created 3 years, 5 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/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 87891ce1b8d1c62a2a0b27d601d64f26dd413040..92e0aebb8dedd8f0a5441fdd52e12e215583852e 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -344,6 +344,7 @@ class CC_EXPORT LayerImpl {
virtual std::unique_ptr<base::DictionaryValue> LayerTreeAsJson();
bool LayerPropertyChanged() const;
+ bool LayerPropertyChangedOnly() const;
vmpstr 2017/07/13 18:01:02 This looks a bit awkward. Maybe LayerPropertyChang
wutao 2017/07/14 00:02:53 I am a little worry that there are 45 references t
void ResetChangeTracking();

Powered by Google App Engine
This is Rietveld 408576698