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

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: New approach. Created 8 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: ui/aura/bench/bench_main.cc
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc
index 4c135cde67855f3f822107222d010a70effe9e3e..03e8577fd1875961ee6569f89acf0f073f5b365c 100644
--- a/ui/aura/bench/bench_main.cc
+++ b/ui/aura/bench/bench_main.cc
@@ -93,10 +93,6 @@ class BenchCompositorObserver : public ui::CompositorObserver {
max_frames_(max_frames) {
}
- 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 {

Powered by Google App Engine
This is Rietveld 408576698