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

Unified Diff: ui/cc/stubs/NotImplemented.h

Issue 10701016: Initial import attempt, just to play with. Many things disabled/removed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « ui/cc/stubs/GraphicsTypes3D.h ('k') | ui/cc/stubs/Region.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/cc/stubs/NotImplemented.h
diff --git a/ui/cc/stubs/NotImplemented.h b/ui/cc/stubs/NotImplemented.h
new file mode 100644
index 0000000000000000000000000000000000000000..8210fb6fd3b1109c9d07227d22110ac319f3f5de
--- /dev/null
+++ b/ui/cc/stubs/NotImplemented.h
@@ -0,0 +1,7 @@
+#ifndef UI_CC_STUBS_NOTIMPLEMENTED_H_
+#define UI_CC_STUBS_NOTIMPLEMENTED_H_
+
+void notImplemented() { }
+
+
+#endif // UI_CC_STUBS_NOTIMPLEMENTED_H_
« no previous file with comments | « ui/cc/stubs/GraphicsTypes3D.h ('k') | ui/cc/stubs/Region.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698