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

Unified Diff: third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp

Issue 2919593004: Remove dependency of ColorChooserPopupUIController on ChromeClientImpl (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/Source/web/ColorChooserPopupUIController.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp
diff --git a/third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp b/third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp
index de40c74189add6224a70b157b8cfcf0cb42cd41a..1becf19a414ea5a80ead320cf98bf386ac4480d7 100644
--- a/third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp
+++ b/third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp
@@ -28,11 +28,11 @@
#include "core/frame/LocalFrame.h"
#include "core/frame/LocalFrameView.h"
#include "core/html/forms/ColorChooserClient.h"
+#include "core/page/ChromeClient.h"
#include "core/page/PagePopup.h"
#include "platform/geometry/IntRect.h"
#include "public/platform/Platform.h"
#include "public/web/WebColorChooser.h"
-#include "web/ChromeClientImpl.h"
namespace blink {
@@ -45,7 +45,7 @@ enum ColorPickerPopupAction {
ColorChooserPopupUIController::ColorChooserPopupUIController(
LocalFrame* frame,
- ChromeClientImpl* chrome_client,
+ ChromeClient* chrome_client,
ColorChooserClient* client)
: ColorChooserUIController(frame, client),
chrome_client_(chrome_client),
« no previous file with comments | « third_party/WebKit/Source/web/ColorChooserPopupUIController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698