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

Unified Diff: webkit/glue/webkitclient_impl.cc

Issue 2478002: Added resource images for progress bar. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Updated images to simple one; this will be used until the theme integration is available. Created 10 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/glue/webkit_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitclient_impl.cc
diff --git a/webkit/glue/webkitclient_impl.cc b/webkit/glue/webkitclient_impl.cc
index 94b56922673bae2e3d9187bab360c83bfa9995fa..0766d1d3b93aff4c87f37f1d5502ee727855f815 100644
--- a/webkit/glue/webkitclient_impl.cc
+++ b/webkit/glue/webkitclient_impl.cc
@@ -262,6 +262,11 @@ WebData WebKitClientImpl::loadResource(const char* name) {
{ "linuxRadioOn", IDR_LINUX_RADIO_ON },
{ "linuxRadioDisabledOff", IDR_LINUX_RADIO_DISABLED_OFF },
{ "linuxRadioDisabledOn", IDR_LINUX_RADIO_DISABLED_ON },
+ { "linuxProgressBar", IDR_PROGRESS_BAR },
+ { "linuxProgressValue", IDR_PROGRESS_VALUE },
+ { "linuxProgressBorderLeft", IDR_PROGRESS_BORDER_LEFT },
+ { "linuxProgressBorderRight", IDR_PROGRESS_BORDER_RIGHT },
+
#endif
};
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(resources); ++i) {
« no previous file with comments | « webkit/glue/webkit_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698