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

Unified Diff: third_party/WebKit/Source/core/editing/EditingTestBase.h

Issue 2711053002: Ensure spell checking is enabled in SpellCheckerTest (Closed)
Patch Set: Keep editing changes only 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/EditingTestBase.h
diff --git a/third_party/WebKit/Source/core/editing/EditingTestBase.h b/third_party/WebKit/Source/core/editing/EditingTestBase.h
index b45f04c3537209f49f8b01c8fad7cea3ae6db16d..924313af88e187fe56f4d334681a22a58719293f 100644
--- a/third_party/WebKit/Source/core/editing/EditingTestBase.h
+++ b/third_party/WebKit/Source/core/editing/EditingTestBase.h
@@ -5,15 +5,15 @@
#ifndef EditingTestBase_h
#define EditingTestBase_h
-#include "core/editing/Position.h"
-#include "wtf/Forward.h"
#include <gtest/gtest.h>
#include <memory>
#include <string>
+#include "core/editing/Position.h"
+#include "core/testing/DummyPageHolder.h"
+#include "wtf/Forward.h"
namespace blink {
-class DummyPageHolder;
class FrameSelection;
class LocalFrame;
@@ -26,6 +26,8 @@ class EditingTestBase : public ::testing::Test {
void SetUp() override;
+ void setupPageWithClients(Page::PageClients*);
+
Document& document() const;
DummyPageHolder& dummyPageHolder() const { return *m_dummyPageHolder; }
LocalFrame& frame() const;
« no previous file with comments | « third_party/WebKit/Source/core/editing/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/EditingTestBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698