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

Unified Diff: Source/core/testing/DummyPageHolder.cpp

Issue 311263007: Make DummyPageHolder to have all empty clients (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/testing/DummyPageHolder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/DummyPageHolder.cpp
diff --git a/Source/core/testing/DummyPageHolder.cpp b/Source/core/testing/DummyPageHolder.cpp
index 1014a150bf11689172a851bce476bbbaf788e0e9..498f22a69ad0d94ac57a27407dba12d8f95e886f 100644
--- a/Source/core/testing/DummyPageHolder.cpp
+++ b/Source/core/testing/DummyPageHolder.cpp
@@ -52,6 +52,7 @@ DummyPageHolder::DummyPageHolder(const IntSize& initialViewSize)
m_pageClients.dragClient = &m_dragClient;
m_pageClients.inspectorClient = &m_inspectorClient;
m_pageClients.backForwardClient = &m_backForwardClient;
+ m_pageClients.spellCheckerClient = &m_spellCheckerClient;
tkent 2014/06/05 07:57:32 Can you use fillWithEmptyClients()?
yosin_UTC9 2014/06/05 09:04:14 Done.
m_page = adoptPtrWillBeNoop(new Page(m_pageClients));
Settings& settings = m_page->settings();
« no previous file with comments | « Source/core/testing/DummyPageHolder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698