| Index: content/shell/layout_test_controller_bindings.cc
|
| diff --git a/content/shell/layout_test_controller_bindings.cc b/content/shell/layout_test_controller_bindings.cc
|
| index 2f3a5ad5c276b084f32b2d978d3f72cb94b4662c..054b4f7adc3bbd02b632ef77fd6124a68db56529 100644
|
| --- a/content/shell/layout_test_controller_bindings.cc
|
| +++ b/content/shell/layout_test_controller_bindings.cc
|
| @@ -10,6 +10,7 @@
|
| #include "grit/shell_resources.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| +#include "ui/base/layout.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| using WebKit::WebFrame;
|
| @@ -20,7 +21,8 @@ namespace content {
|
| namespace {
|
|
|
| base::StringPiece GetStringResource(int resource_id) {
|
| - return ResourceBundle::GetSharedInstance().GetRawDataResource(resource_id);
|
| + return ResourceBundle::GetSharedInstance().GetRawDataResource(
|
| + resource_id, ui::SCALE_FACTOR_NONE);
|
| }
|
|
|
| RenderView* GetCurrentRenderView() {
|
|
|