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

Unified Diff: core/cross/cairo/texture_cairo.h

Issue 6309007: O2D: Fix graphical artifacting with transparent images caused by using non-pr... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 9 years, 11 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 | « no previous file | core/cross/cairo/texture_cairo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/cairo/texture_cairo.h
===================================================================
--- core/cross/cairo/texture_cairo.h (revision 72525)
+++ core/cross/cairo/texture_cairo.h (working copy)
@@ -1,5 +1,5 @@
/*
- * Copyright 2010, Google Inc.
+ * Copyright 2011, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -99,7 +99,6 @@
// Initializes the Texture2D.
TextureCairo(ServiceLocator* service_locator,
cairo_surface_t* image_surface,
- cairo_t* image_surface_context,
Texture::Format format,
int levels,
int width,
@@ -110,8 +109,6 @@
RendererCairo* renderer_;
// The Cairo image for this texture.
cairo_surface_t* image_surface_;
- // A Cairo drawing context for updating this image.
- cairo_t* image_surface_context_;
};
} // namespace o2d
« no previous file with comments | « no previous file | core/cross/cairo/texture_cairo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698