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

Unified Diff: core/fxge/include/fx_ge.h

Issue 2167383002: Fix skia build broken by commit c38cd6 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 5 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
Index: core/fxge/include/fx_ge.h
diff --git a/core/fxge/include/fx_ge.h b/core/fxge/include/fx_ge.h
index aceaa76a943cf59fe713e33f2f4538bd983a9e96..a466d743c7afa5633e25ad0408922b30dec73aaa 100644
--- a/core/fxge/include/fx_ge.h
+++ b/core/fxge/include/fx_ge.h
@@ -214,6 +214,9 @@ class CFX_RenderDevice {
CFX_RenderDevice();
virtual ~CFX_RenderDevice();
+#ifdef _SKIA_SUPPORT_
+ void Flush();
Lei Zhang 2016/07/21 22:58:51 Combine with line 387?
Wei Li 2016/07/22 03:55:20 Done.
+#endif
// Take ownership of |pDriver|.
void SetDeviceDriver(std::unique_ptr<IFX_RenderDeviceDriver> pDriver);
IFX_RenderDeviceDriver* GetDeviceDriver() const {

Powered by Google App Engine
This is Rietveld 408576698