Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: include/views/SkOSWindow_Android.h

Issue 680253004: Cleanup: Remove unnecessary forward declarations from some views files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/views/SkOSWindow_NaCl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkOSWindow_Android.h
diff --git a/include/views/SkOSWindow_Android.h b/include/views/SkOSWindow_Android.h
index 72f9c8e619bad7a29fea6f7ddb97a6c587ca0697..9b0dcb282e44139f5ea6a839e91ec199f2f1af52 100644
--- a/include/views/SkOSWindow_Android.h
+++ b/include/views/SkOSWindow_Android.h
@@ -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*) {}
« no previous file with comments | « no previous file | include/views/SkOSWindow_NaCl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698