summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/test_shell/test_shell_win.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_win.cc b/webkit/tools/test_shell/test_shell_win.cc
index 2ec3f00..40ba67b 100644
--- a/webkit/tools/test_shell/test_shell_win.cc
+++ b/webkit/tools/test_shell/test_shell_win.cc
@@ -739,6 +739,10 @@ StringPiece GetDataResource(int resource_id) {
case IDR_SEARCH_CANCEL_PRESSED:
case IDR_SEARCH_MAGNIFIER:
case IDR_SEARCH_MAGNIFIER_RESULTS:
+ case IDR_MEDIA_PAUSE_BUTTON:
+ case IDR_MEDIA_PLAY_BUTTON:
+ case IDR_MEDIA_SOUND_FULL_BUTTON:
+ case IDR_MEDIA_SOUND_NONE_BUTTON:
return NetResourceProvider(resource_id);
default: