| Index: runtime/embedders/openglui/common/canvas_context.h
|
| ===================================================================
|
| --- runtime/embedders/openglui/common/canvas_context.h (revision 18200)
|
| +++ runtime/embedders/openglui/common/canvas_context.h (working copy)
|
| @@ -43,7 +43,7 @@
|
| }
|
|
|
| public:
|
| - CanvasContext(int16_t width, int16_t height);
|
| + CanvasContext(int handle, int16_t width, int16_t height);
|
| virtual ~CanvasContext();
|
|
|
| inline void setGlobalAlpha(float alpha) {
|
| @@ -292,11 +292,10 @@
|
|
|
| virtual void Flush() {
|
| canvas_->flush();
|
| - graphics->Flush();
|
| }
|
| -
|
| - void Create();
|
| };
|
|
|
| +CanvasContext* Context2D(int handle);
|
| +
|
| #endif // EMBEDDERS_OPENGLUI_COMMON_CANVAS_CONTEXT_H_
|
|
|
|
|