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

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

Issue 1596018: Added support for HTML5 progress element. (Closed)
Patch Set: just sync the change of webkit side. Created 10 years, 8 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: 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 03d1127957b27464930c625001609696e5a5e2d2..0b797a3910cbbe9664d51d72e5158e53dd54406a 100644
--- a/webkit/tools/test_shell/test_shell_webthemeengine.h
+++ b/webkit/tools/test_shell/test_shell_webthemeengine.h
@@ -54,6 +54,11 @@ class Engine : public WebKit::WebThemeEngine {
WebKit::WebCanvas*, int part, int state, int classic_state,
const WebKit::WebRect&);
+ virtual void paintProgressBar(
+ WebKit::WebCanvas*,
+ const WebKit::WebRect& barRect,
+ int valuePart, const WebKit::WebRect& valueRect);
+
private:
DISALLOW_COPY_AND_ASSIGN(Engine);
};
« no previous file with comments | « webkit/tools/test_shell/test_shell_webthemecontrol.cc ('k') | webkit/tools/test_shell/test_shell_webthemeengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698