| Index: sky/engine/public/sky/sky_view_client.cc
|
| diff --git a/sky/engine/core/painting/Paint.cpp b/sky/engine/public/sky/sky_view_client.cc
|
| similarity index 65%
|
| copy from sky/engine/core/painting/Paint.cpp
|
| copy to sky/engine/public/sky/sky_view_client.cc
|
| index f3e6fcae0fbd241cca373bde147ae83dce270c6c..488eaf173360a4cc300e27330e6b8c302fcba77d 100644
|
| --- a/sky/engine/core/painting/Paint.cpp
|
| +++ b/sky/engine/public/sky/sky_view_client.cc
|
| @@ -2,17 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sky/engine/config.h"
|
| -#include "sky/engine/core/painting/Paint.h"
|
| +#include "config.h"
|
| +#include "sky/engine/public/sky/sky_view_client.h"
|
|
|
| namespace blink {
|
|
|
| -Paint::Paint()
|
| -{
|
| -}
|
| -
|
| -Paint::~Paint()
|
| -{
|
| +SkyViewClient::~SkyViewClient() {
|
| }
|
|
|
| } // namespace blink
|
|
|