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

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h

Issue 2701983002: Implement complete lifecycle transition for IdleSpellCheckCallback (Closed)
Patch Set: Add lifecycle transition unit tests Created 3 years, 10 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/core/editing/spellcheck/SpellCheckRequester.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
index b7d819b7072354e2c8798c69b45f2532f87a5819..a3c18bc09387b0bf07bbe2f39b90c17b5792706c 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
@@ -43,7 +43,7 @@ class LocalFrame;
class SpellCheckRequester;
class TextCheckerClient;
-class SpellCheckRequest final : public TextCheckingRequest {
+class CORE_EXPORT SpellCheckRequest final : public TextCheckingRequest {
public:
static SpellCheckRequest* create(const EphemeralRange& checkingRange,
int requestNumber = 0);
@@ -79,7 +79,7 @@ class SpellCheckRequest final : public TextCheckingRequest {
int m_requestNumber;
};
-class SpellCheckRequester final
+class CORE_EXPORT SpellCheckRequester final
: public GarbageCollectedFinalized<SpellCheckRequester> {
WTF_MAKE_NONCOPYABLE(SpellCheckRequester);

Powered by Google App Engine
This is Rietveld 408576698