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

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

Issue 1860903002: Update Source/platform/ to assume Oilpan only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back out ScrollAnimatorMac() accidental change Created 4 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/SpellCheckerClientImpl.h
diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
index 81e47191d4cfe1c56a4da5cdb01ebd1b4a659f09..307635eb11fca3c57d26536241417d14981af94a 100644
--- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
+++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
@@ -53,7 +53,7 @@ public:
void updateSpellingUIWithMisspelledWord(const String&) override;
void showSpellingUI(bool show) override;
bool spellingUIIsShowing() override;
- void requestCheckingOfString(RawPtr<TextCheckingRequest>) override;
+ void requestCheckingOfString(TextCheckingRequest*) override;
TextCheckerClient& textChecker() override { return *this; }
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextCheckerClient.h ('k') | third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698