| Index: sky/compositor/rasterizer.cc
|
| diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/sky/compositor/rasterizer.cc
|
| similarity index 55%
|
| copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
|
| copy to sky/compositor/rasterizer.cc
|
| index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..e0eb2d5c189c617e86582c3b774a6fa35e23af65 100644
|
| --- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
|
| +++ b/sky/compositor/rasterizer.cc
|
| @@ -2,8 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.chromium.dummy;
|
| +#include "sky/compositor/rasterizer.h"
|
|
|
| -/** Does nothing. */
|
| -class Dummy {}
|
| +namespace sky {
|
|
|
| +Rasterizer::Rasterizer() {
|
| +}
|
| +
|
| +Rasterizer::~Rasterizer() {
|
| +}
|
| +
|
| +} // namespace sky
|
|
|