Index: mojo/services/html_viewer/blink_platform_impl.cc |
diff --git a/mojo/services/html_viewer/blink_platform_impl.cc b/mojo/services/html_viewer/blink_platform_impl.cc |
index e2d6ca65cefa9c5b7587c50a3eb5ce576c7b822d..71b024aaedf63c41b341496d4484c9ecfe876587 100644 |
--- a/mojo/services/html_viewer/blink_platform_impl.cc |
+++ b/mojo/services/html_viewer/blink_platform_impl.cc |
@@ -269,6 +269,11 @@ blink::WebGestureCurve* BlinkPlatformImpl::createFlingAnimationCurve( |
is_main_thread).release(); |
} |
+blink::WebNotificationManager* |
+BlinkPlatformImpl::notificationManager() { |
+ return &web_notification_manager_; |
+} |
+ |
// static |
void BlinkPlatformImpl::DestroyCurrentThread(void* thread) { |
WebThreadImplForMessageLoop* impl = |