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

Unified Diff: runtime/embedders/openglui/common/isized.h

Issue 12186002: Canvas API. There are still a number of things to do: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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 | « runtime/embedders/openglui/common/graphics_handler.cc ('k') | runtime/embedders/openglui/common/opengl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/embedders/openglui/common/isized.h
===================================================================
--- runtime/embedders/openglui/common/isized.h (revision 17737)
+++ runtime/embedders/openglui/common/isized.h (working copy)
@@ -5,6 +5,8 @@
#ifndef EMBEDDERS_OPENGLUI_COMMON_ISIZED_H_
#define EMBEDDERS_OPENGLUI_COMMON_ISIZED_H_
+#include <stdint.h>
+
// An interface for objects that have a size. VMGlue needs the window
// size when calling setup() (and eventually resize()) but it does not
// need to know anything else about the window, so we use this interface.
« no previous file with comments | « runtime/embedders/openglui/common/graphics_handler.cc ('k') | runtime/embedders/openglui/common/opengl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698