Cleanup: Remove unnecessary forward declarations from some views files.
Cautch in https://skia.googlesource.com/skia/+/a3a706fcd4cc9376a1223a53f57589f29d4a36ea BUG=None TEST=None R=djsollen@google.com Review URL: https://codereview.chromium.org/680253004
This commit is contained in:
parent
c5da8b9c8b
commit
77ae06ba7a
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2011 Skia
|
||||
*
|
||||
@ -6,14 +5,11 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef SkOSWindow_Android_DEFINED
|
||||
#define SkOSWindow_Android_DEFINED
|
||||
|
||||
#include "SkWindow.h"
|
||||
|
||||
struct SkIRect;
|
||||
|
||||
class SkOSWindow : public SkWindow {
|
||||
public:
|
||||
SkOSWindow(void*) {}
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2012 Skia
|
||||
*
|
||||
@ -6,14 +5,11 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef SkOSWindow_NaCl_DEFINED
|
||||
#define SkOSWindow_NaCl_DEFINED
|
||||
|
||||
#include "SkWindow.h"
|
||||
|
||||
class SkIRect;
|
||||
|
||||
class SkOSWindow : public SkWindow {
|
||||
public:
|
||||
SkOSWindow(void*) {}
|
||||
|
Loading…
Reference in New Issue
Block a user