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

Unified Diff: third_party/WebKit/Source/web/ValidationMessageClientImpl.h

Issue 2854783003: Remove the last references from production code to WebViewImpl. (Closed)
Patch Set: Remove TODO(). Created 3 years, 8 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
Index: third_party/WebKit/Source/web/ValidationMessageClientImpl.h
diff --git a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h b/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
index 1400d781bdfe2a8049874e9760c3d80c8b974e21..918e7d33c6d03f9c778f73553df51fd0122f01b9 100644
--- a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
+++ b/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
@@ -36,7 +36,7 @@
namespace blink {
class FrameView;
-class WebViewImpl;
+class WebViewBase;
class ValidationMessageClientImpl final
: public GarbageCollectedFinalized<ValidationMessageClientImpl>,
@@ -45,13 +45,13 @@ class ValidationMessageClientImpl final
USING_GARBAGE_COLLECTED_MIXIN(ValidationMessageClientImpl);
public:
- static ValidationMessageClientImpl* Create(WebViewImpl&);
+ static ValidationMessageClientImpl* Create(WebViewBase&);
~ValidationMessageClientImpl() override;
DECLARE_VIRTUAL_TRACE();
private:
- ValidationMessageClientImpl(WebViewImpl&);
+ ValidationMessageClientImpl(WebViewBase&);
void CheckAnchorStatus(TimerBase*);
FrameView* CurrentView();
@@ -69,7 +69,7 @@ class ValidationMessageClientImpl final
// PopupOpeningObserver function
void WillOpenPopup() override;
- WebViewImpl& web_view_;
+ WebViewBase& web_view_;
Member<const Element> current_anchor_;
String message_;
IntRect last_anchor_rect_in_screen_;
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698