| Index: content/shell/app/blink_test_platform_support_android.cc
|
| diff --git a/content/shell/app/webkit_test_platform_support_android.cc b/content/shell/app/blink_test_platform_support_android.cc
|
| similarity index 92%
|
| rename from content/shell/app/webkit_test_platform_support_android.cc
|
| rename to content/shell/app/blink_test_platform_support_android.cc
|
| index e4c8d3c2923a9813daf36dda718db1c8534dbde4..fe84ca8504ec4e78353fa8b00002212c628d0ddd 100644
|
| --- a/content/shell/app/webkit_test_platform_support_android.cc
|
| +++ b/content/shell/app/blink_test_platform_support_android.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/shell/app/webkit_test_platform_support.h"
|
| +#include "content/shell/app/blink_test_platform_support.h"
|
|
|
| #include "third_party/skia/include/ports/SkTypeface_android.h"
|
|
|
| @@ -31,7 +31,7 @@ bool CheckLayoutSystemDeps() {
|
| return true;
|
| }
|
|
|
| -bool WebKitTestPlatformInitialize() {
|
| +bool BlinkTestPlatformInitialize() {
|
| // Initialize Skia with the font configuration files crafted for layout tests.
|
| SkUseTestFontConfigFile(
|
| kPrimaryFontConfig, kFallbackFontConfig, kFontDirectory);
|
|
|