Chromium Code Reviews| Index: ui/aura/test/test_window_delegate.cc |
| diff --git a/ui/aura/test/test_window_delegate.cc b/ui/aura/test/test_window_delegate.cc |
| index 08650791d8055a740dc69df4a016f3287535122f..9388f05f068002323337836c3d4af2173ee3f564 100644 |
| --- a/ui/aura/test/test_window_delegate.cc |
| +++ b/ui/aura/test/test_window_delegate.cc |
| @@ -69,6 +69,10 @@ void TestWindowDelegate::OnCaptureLost() { |
| void TestWindowDelegate::OnPaint(gfx::Canvas* canvas) { |
| } |
| +void TestWindowDelegate::OnDeviceScaleFactorChanged( |
|
sky
2012/05/16 21:16:01
nit: two spaces
oshima
2012/05/16 21:50:29
Done.
|
| + float device_scale_factor) { |
| +} |
| + |
| void TestWindowDelegate::OnWindowDestroying() { |
| } |