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

Unified Diff: webkit/glue/webthemeengine_impl_win.h

Issue 10532207: Handling of scrollbar arrow size between for Aura-on-Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: return size instead of int Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/glue/webthemeengine_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webthemeengine_impl_win.h
diff --git a/webkit/glue/webthemeengine_impl_win.h b/webkit/glue/webthemeengine_impl_win.h
index 49a05cf0dc9015c855fe5c829826cd3e7ee8384f..f94572cb92aa15d04d4c743c13cc2d19f0ea4b02 100644
--- a/webkit/glue/webthemeengine_impl_win.h
+++ b/webkit/glue/webthemeengine_impl_win.h
@@ -41,6 +41,7 @@ class WebThemeEngineImpl : public WebKit::WebThemeEngine {
WebKit::WebCanvas* canvas, const WebKit::WebRect& barRect,
const WebKit::WebRect& valueRect, bool determinate,
double animatedSeconds);
+ virtual WebKit::WebSize getSize(int part);
};
} // namespace webkit_glue
« no previous file with comments | « no previous file | webkit/glue/webthemeengine_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698