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

Unified Diff: webkit/glue/chromium_bridge_impl.cc

Issue 11302: fix pan scrolling (Closed)
Patch Set: add file Created 12 years, 1 month 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/resources/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/chromium_bridge_impl.cc
diff --git a/webkit/glue/chromium_bridge_impl.cc b/webkit/glue/chromium_bridge_impl.cc
index 7427e397f8ef50f0ad0b54503ad8c7d232e86f65..effc33e7d8f478c5ccc08f245e7248fb013009dd 100644
--- a/webkit/glue/chromium_bridge_impl.cc
+++ b/webkit/glue/chromium_bridge_impl.cc
@@ -371,6 +371,8 @@ PassRefPtr<Image> ChromiumBridge::loadPlatformImageResource(const char* name) {
resource_id = IDR_BROKENIMAGE;
} else if (!strcmp(name, "tickmarkDash")) {
resource_id = IDR_TICKMARK_DASH;
+ } else if (!strcmp(name, "panIcon")) {
+ resource_id = IDR_PAN_SCROLL_ICON;
} else if (!strcmp(name, "deleteButton") ||
!strcmp(name, "deleteButtonPressed")) {
NOTREACHED() << "Image resource " << name << " does not exist yet.";
« no previous file with comments | « no previous file | webkit/glue/resources/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698