| Index: sky/engine/testing/platform/platform_impl.cc
|
| diff --git a/sky/engine/testing/platform/platform_impl.cc b/sky/engine/testing/platform/platform_impl.cc
|
| index 10e07638dce35cef5043e15cf74a0ceaec0c71b3..02e9bf81c68d41e3c11e64a733f08faeeecd379f 100644
|
| --- a/sky/engine/testing/platform/platform_impl.cc
|
| +++ b/sky/engine/testing/platform/platform_impl.cc
|
| @@ -27,10 +27,6 @@ PlatformImpl::PlatformImpl()
|
| PlatformImpl::~PlatformImpl() {
|
| }
|
|
|
| -blink::WebThemeEngine* PlatformImpl::themeEngine() {
|
| - return &theme_engine_;
|
| -}
|
| -
|
| blink::WebString PlatformImpl::defaultLocale() {
|
| return blink::WebString::fromUTF8("en-US");
|
| }
|
|
|