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

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

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 | « webkit/tools/test_shell/test_shell_webthemeengine.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_webthemeengine.cc
diff --git a/webkit/tools/test_shell/test_shell_webthemeengine.cc b/webkit/tools/test_shell/test_shell_webthemeengine.cc
index ae0974d9a9887ac1473edbcf4f3fdc9c1d59b56b..3d56e70abcbcdf783fed4a2710d7d2b4d97e9a50 100644
--- a/webkit/tools/test_shell/test_shell_webthemeengine.cc
+++ b/webkit/tools/test_shell/test_shell_webthemeengine.cc
@@ -569,4 +569,8 @@ void Engine::paintProgressBar(WebKit::WebCanvas* canvas,
drawProgressBar(canvas, ctype, cstate, barRect, valueRect);
}
+WebKit::WebSize Engine::getSize(int part) {
+ return WebKit::WebSize();
+}
+
} // namespace TestShellWebTheme
« no previous file with comments | « webkit/tools/test_shell/test_shell_webthemeengine.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698