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

Unified Diff: ui/aura/test/test_window_delegate.cc

Issue 10391165: Notification for device scale factor change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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/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() {
}
« no previous file with comments | « ui/aura/test/test_window_delegate.h ('k') | ui/aura/window.h » ('j') | ui/views/view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698