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

Unified Diff: cc/base/synced_property.h

Issue 1736073002: cc: Move SyncedScrollOffset to scroll tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and add comment Created 4 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/BUILD.gn ('k') | cc/cc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/synced_property.h
diff --git a/cc/base/synced_property.h b/cc/base/synced_property.h
index 6b02e7a651adab571034ae020be658d87667e65c..7d1e563343ab8553c26930ae690a8b18de929787 100644
--- a/cc/base/synced_property.h
+++ b/cc/base/synced_property.h
@@ -113,6 +113,7 @@ class SyncedProperty : public base::RefCounted<SyncedProperty<T>> {
}
void set_clobber_active_value() { clobber_active_value_ = true; }
+ bool clobber_active_value() const { return clobber_active_value_; }
private:
// Value last committed to the pending tree.
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698