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

Unified Diff: Source/WebKit/chromium/src/TextFieldDecoratorImpl.h

Issue 19510005: [oilpan] Completely move HTMLFormControlElement's hierarchy to the managed heap Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 5 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: Source/WebKit/chromium/src/TextFieldDecoratorImpl.h
diff --git a/Source/WebKit/chromium/src/TextFieldDecoratorImpl.h b/Source/WebKit/chromium/src/TextFieldDecoratorImpl.h
index 1a30dc19495bf5d7dabc59df62053fe0880bf1ab..b3a40b4bfdaa3b433e660bdbbb2273dc48a306bb 100644
--- a/Source/WebKit/chromium/src/TextFieldDecoratorImpl.h
+++ b/Source/WebKit/chromium/src/TextFieldDecoratorImpl.h
@@ -46,14 +46,14 @@ public:
WebTextFieldDecoratorClient* decoratorClient();
private:
- virtual bool willAddDecorationTo(WebCore::HTMLInputElement*) OVERRIDE;
+ virtual bool willAddDecorationTo(WebCore::Handle<WebCore::HTMLInputElement>) OVERRIDE;
virtual bool visibleByDefault() OVERRIDE;
virtual WebCore::CachedImage* imageForNormalState() OVERRIDE;
virtual WebCore::CachedImage* imageForDisabledState() OVERRIDE;
virtual WebCore::CachedImage* imageForReadonlyState() OVERRIDE;
virtual WebCore::CachedImage* imageForHoverState() OVERRIDE;
- virtual void handleClick(WebCore::HTMLInputElement*) OVERRIDE;
- virtual void willDetach(WebCore::HTMLInputElement*) OVERRIDE;
+ virtual void handleClick(WebCore::Handle<WebCore::HTMLInputElement>) OVERRIDE;
+ virtual void willDetach(WebCore::Handle<WebCore::HTMLInputElement>) OVERRIDE;
TextFieldDecoratorImpl(WebTextFieldDecoratorClient*);
« no previous file with comments | « Source/WebKit/chromium/src/EditorClientImpl.cpp ('k') | Source/WebKit/chromium/src/TextFieldDecoratorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698