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

Unified Diff: content/browser/android/in_process/synchronous_compositor_impl.h

Issue 1038173002: Refactor delegated scrolling in LayerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format 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 | « cc/trees/layer_tree_impl.cc ('k') | content/browser/android/in_process/synchronous_compositor_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/in_process/synchronous_compositor_impl.h
diff --git a/content/browser/android/in_process/synchronous_compositor_impl.h b/content/browser/android/in_process/synchronous_compositor_impl.h
index d6cacf0dee66e8e0865d2695d988d97dc4dbd4c6..f589d18c023099a3ef859ab951ca81e76b93401b 100644
--- a/content/browser/android/in_process/synchronous_compositor_impl.h
+++ b/content/browser/android/in_process/synchronous_compositor_impl.h
@@ -82,6 +82,7 @@ class SynchronousCompositorImpl
float min_page_scale_factor,
float max_page_scale_factor) override;
bool IsExternalFlingActive() const override;
+ void SetBlockUpdates(bool block_updates) override;
void SetInputHandler(cc::InputHandler* input_handler);
void DidOverscroll(const DidOverscrollParams& params);
@@ -107,6 +108,7 @@ class SynchronousCompositorImpl
const int routing_id_;
cc::InputHandler* input_handler_;
bool invoking_composite_;
+ bool block_updates_;
aelias_OOO_until_Jul13 2015/03/30 22:54:39 Nobody ever reads this value, is there some other
hush (inactive) 2015/03/30 23:00:44 sorry I accidentally removed the usage in one of t
base::WeakPtrFactory<SynchronousCompositorImpl> weak_ptr_factory_;
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | content/browser/android/in_process/synchronous_compositor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698