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

Side by Side Diff: ui/gfx/compositor/test_compositor.cc

Issue 8360018: Revert 106606 - Use WebKit compositor in ui::Layer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/gfx/compositor/test_compositor.h ('k') | ui/gfx/compositor/test_compositor_host_linux.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/gfx/compositor/test_compositor.h" 5 #include "ui/gfx/compositor/test_compositor.h"
6 6
7 #include "ui/gfx/compositor/test_texture.h" 7 #include "ui/gfx/compositor/test_texture.h"
8 8
9 namespace ui { 9 namespace ui {
10 10
(...skipping 22 matching lines...) Expand all
33 33
34 void TestCompositor::OnNotifyStart(bool clear) { 34 void TestCompositor::OnNotifyStart(bool clear) {
35 } 35 }
36 36
37 void TestCompositor::OnNotifyEnd() { 37 void TestCompositor::OnNotifyEnd() {
38 } 38 }
39 39
40 void TestCompositor::Blur(const gfx::Rect& bounds) { 40 void TestCompositor::Blur(const gfx::Rect& bounds) {
41 } 41 }
42 42
43 void TestCompositor::DrawTree() {
44 #if !defined(USE_WEBKIT_COMPOSITOR)
45 Compositor::DrawTree();
46 #endif
47 }
48
49 void TestCompositor::OnWidgetSizeChanged() { 43 void TestCompositor::OnWidgetSizeChanged() {
50 } 44 }
51 45
52 } // namespace ui 46 } // namespace ui
OLDNEW
« no previous file with comments | « ui/gfx/compositor/test_compositor.h ('k') | ui/gfx/compositor/test_compositor_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698