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

Unified Diff: Source/web/WebViewImpl.h

Issue 338713002: Remove duplicated provideMediaKeysTo() in MediaKeysClient.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/web/MediaKeysClientImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 66ec1029bba981baf92ced263105eaa17f6f26db..0ec4102aaf31b36d11feb1d03ea2badb91c16fa4 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -50,7 +50,6 @@
#include "web/DragClientImpl.h"
#include "web/EditorClientImpl.h"
#include "web/InspectorClientImpl.h"
-#include "web/MediaKeysClientImpl.h"
#include "web/PageOverlayList.h"
#include "web/PageScaleConstraintsSet.h"
#include "web/PageWidgetDelegate.h"
@@ -691,7 +690,6 @@ private:
bool m_recreatingGraphicsContext;
static const WebInputEvent* m_currentInputEvent;
- MediaKeysClientImpl m_mediaKeysClientImpl;
gyuyoung-inactive 2014/06/23 06:33:07 m_mediaKeysClientImpl instance is only used by Med
OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;
WebPoint m_positionOnFlingStart;
WebPoint m_globalPositionOnFlingStart;
« no previous file with comments | « Source/web/MediaKeysClientImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698