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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index e12d39bbdd0159e70d68ee84a293b264fd61de2b..163c0405bfd7760a4bc48cf2f70f477cab67c980 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -30,7 +30,6 @@ class WebAudioDevice;
class WebClipboard;
class WebCrypto;
class WebFrame;
-class WebHyphenator;
class WebMIDIAccessor;
class WebMIDIAccessorClient;
class WebMediaStreamCenter;
@@ -146,10 +145,6 @@ class CONTENT_EXPORT ContentRendererClient {
// returns NULL the content layer will handle clipboard interactions.
virtual WebKit::WebClipboard* OverrideWebClipboard();
- // Allows the embedder to override the WebKit::WebHyphenator used. If it
- // returns NULL the content layer will handle hyphenation.
- virtual WebKit::WebHyphenator* OverrideWebHyphenator();
-
// Allows the embedder to override the WebThemeEngine used. If it returns NULL
// the content layer will provide an engine.
virtual WebKit::WebThemeEngine* OverrideThemeEngine();
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698