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

Unified Diff: ui/aura/bench/bench_main.cc

Issue 10690168: Aura: Resize locks with --ui-enable-threaded-compositing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OSX compile fix. Created 8 years, 2 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 | « content/common/gpu/texture_image_transport_surface.cc ('k') | ui/aura/root_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/bench/bench_main.cc
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc
index b75a5d4a0ab3b9df127b23abbaa5a6a3e8ea967f..f1058546453ff7750ac7297e7a707dff9db1ee6b 100644
--- a/ui/aura/bench/bench_main.cc
+++ b/ui/aura/bench/bench_main.cc
@@ -95,8 +95,6 @@ class BenchCompositorObserver : public ui::CompositorObserver {
virtual void OnCompositingDidCommit(ui::Compositor* compositor) OVERRIDE {}
- virtual void OnCompositingWillStart(Compositor* compositor) OVERRIDE {}
-
virtual void OnCompositingStarted(Compositor* compositor) OVERRIDE {}
virtual void OnCompositingEnded(Compositor* compositor) OVERRIDE {
@@ -120,6 +118,9 @@ class BenchCompositorObserver : public ui::CompositorObserver {
virtual void OnCompositingAborted(Compositor* compositor) OVERRIDE {}
+ virtual void OnCompositingLockStateChanged(
+ Compositor* compositor) OVERRIDE {}
+
virtual void Draw() {}
int frames() const { return frames_; }
« no previous file with comments | « content/common/gpu/texture_image_transport_surface.cc ('k') | ui/aura/root_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698