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

Unified Diff: core/src/fxge/agg/fx_agg_driver.h

Issue 1776313002: Add bitmaps and skp output to Skia port (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments and fix gn Created 4 years, 9 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/src/fxge/agg/fx_agg_driver.h
diff --git a/core/src/fxge/agg/fx_agg_driver.h b/core/src/fxge/agg/fx_agg_driver.h
index ac2dfd02e3fcf13f8ff048cca5627ee791f46480..1c481f31ae40e4d3637dcacb749d24f7060101c5 100644
--- a/core/src/fxge/agg/fx_agg_driver.h
+++ b/core/src/fxge/agg/fx_agg_driver.h
@@ -134,6 +134,7 @@ class CFX_AggDeviceDriver : public IFX_RenderDeviceDriver {
void SetClipMask(agg::rasterizer_scanline_aa& rasterizer);
virtual uint8_t* GetBuffer() const;
+ const CFX_DIBitmap* GetBitmap() const { return m_pBitmap; }
private:
CFX_DIBitmap* m_pBitmap;

Powered by Google App Engine
This is Rietveld 408576698