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

Side by Side Diff: ui/compositor/test/test_layer_animation_delegate.cc

Issue 311783002: Revert r274404 and r274409: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/compositor/test/test_layer_animation_delegate.h" 5 #include "ui/compositor/test/test_layer_animation_delegate.h"
6 6
7 namespace ui { 7 namespace ui {
8 8
9 TestLayerAnimationDelegate::TestLayerAnimationDelegate() 9 TestLayerAnimationDelegate::TestLayerAnimationDelegate()
10 : opacity_(1.0f), 10 : opacity_(1.0f),
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 return 1.0f; 91 return 1.0f;
92 } 92 }
93 93
94 void TestLayerAnimationDelegate::AddThreadedAnimation( 94 void TestLayerAnimationDelegate::AddThreadedAnimation(
95 scoped_ptr<cc::Animation> animation) { 95 scoped_ptr<cc::Animation> animation) {
96 } 96 }
97 97
98 void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) { 98 void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) {
99 } 99 }
100 100
101 LayerAnimatorCollection*
102 TestLayerAnimationDelegate::GetLayerAnimatorCollection() {
103 return NULL;
104 }
105
106 } // namespace ui 101 } // namespace ui
OLDNEW
« no previous file with comments | « ui/compositor/test/test_layer_animation_delegate.h ('k') | ui/keyboard/keyboard_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698