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

Unified Diff: webkit/support/test_webkit_platform_support.h

Issue 11038027: Revert 160044 - Implement hyphenation for DumpRenderTree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « webkit/DEPS ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webkit_platform_support.h
===================================================================
--- webkit/support/test_webkit_platform_support.h (revision 160086)
+++ webkit/support/test_webkit_platform_support.h (working copy)
@@ -25,8 +25,6 @@
class WebAudioDevice;
}
-typedef struct _HyphenDict HyphenDict;
-
// An implementation of WebKitPlatformSupport for tests.
class TestWebKitPlatformSupport :
public webkit_glue::WebKitPlatformSupportImpl {
@@ -122,12 +120,6 @@
WebKit::WebMediaStreamCenterClient* client) OVERRIDE;
virtual WebKit::WebRTCPeerConnectionHandler* createRTCPeerConnectionHandler(
WebKit::WebRTCPeerConnectionHandlerClient* client) OVERRIDE;
- virtual bool canHyphenate(const WebKit::WebString& locale) OVERRIDE;
- virtual size_t computeLastHyphenLocation(
- const char16* characters,
- size_t length,
- size_t before_index,
- const WebKit::WebString& locale) OVERRIDE;
private:
TestShellWebMimeRegistryImpl mime_registry_;
@@ -145,7 +137,6 @@
bool unit_test_mode_;
WebKit::WebGamepads gamepad_data_;
WebKit::Platform* shadow_platform_delegate_;
- HyphenDict* hyphen_dictionary_;
#if defined(OS_WIN) || defined(OS_MACOSX)
WebKit::WebThemeEngine* active_theme_engine_;
« no previous file with comments | « webkit/DEPS ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698