| Index: ui/compositor/compositor.cc
|
| diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
|
| index 325425cf47d40fce656615e85fdb60a1e79f7401..9fe50918f6285e2fd2552e84875c34fc6d0c0a1f 100644
|
| --- a/ui/compositor/compositor.cc
|
| +++ b/ui/compositor/compositor.cc
|
| @@ -86,7 +86,7 @@ Compositor::Compositor(gfx::AcceleratedWidget widget,
|
| swap_state_(SWAP_NONE),
|
| schedule_draw_factory_(this) {
|
| root_web_layer_ = cc::Layer::Create();
|
| - root_web_layer_->SetAnchorPoint(gfx::PointF(0.f, 0.f));
|
| + root_web_layer_->SetTransformOrigin(gfx::Point3F(0.f, 0.f, 0.f));
|
|
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
|
|
|
|