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

Unified Diff: include/views/SkOSWindow_NaCl.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 | « include/views/SkOSWindow_Android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkOSWindow_NaCl.h
diff --git a/include/views/SkOSWindow_NaCl.h b/include/views/SkOSWindow_NaCl.h
index 22960236d32e57f3b8bd9194938f9709881731a2..317ef9f7dffd3dead873b68ffb4257548ff90e82 100644
--- a/include/views/SkOSWindow_NaCl.h
+++ b/include/views/SkOSWindow_NaCl.h
@@ -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*) {}
« no previous file with comments | « include/views/SkOSWindow_Android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698