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

Unified Diff: webkit/tools/test_shell/test_shell_webthemeengine.h

Issue 10667022: empty impl of webthemeengine::getSize for test_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/tools/test_shell/test_shell_webthemeengine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_webthemeengine.h
diff --git a/webkit/tools/test_shell/test_shell_webthemeengine.h b/webkit/tools/test_shell/test_shell_webthemeengine.h
index b54df33b6e1e5131ae45b8352f6f1f8db828df81..6e95ff65e4d72280071d40201b71e48647ab0d72 100644
--- a/webkit/tools/test_shell/test_shell_webthemeengine.h
+++ b/webkit/tools/test_shell/test_shell_webthemeengine.h
@@ -57,6 +57,7 @@ class Engine : public WebKit::WebThemeEngine {
WebKit::WebCanvas*, const WebKit::WebRect& barRect,
const WebKit::WebRect& valueRect,
bool determinate, double time);
+ virtual WebKit::WebSize getSize(int part);
private:
DISALLOW_COPY_AND_ASSIGN(Engine);
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell_webthemeengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698