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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h

Issue 2399733002: DrawingBuffer cleanup: Part 1 of many (Closed)
Patch Set: Fix size update Created 4 years, 2 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 | third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
index 3db717c560275f83269fdd6457dadbea04256130..cf72de0b644fd67ebb0d7581cebb078188172d82 100644
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
@@ -323,7 +323,6 @@ class PLATFORM_EXPORT DrawingBuffer
DISALLOW_NEW();
GLuint textureId = 0;
GLuint imageId = 0;
- bool immutable = false;
TextureParameters parameters;
};
@@ -363,10 +362,6 @@ class PLATFORM_EXPORT DrawingBuffer
// ownership of the newly created texture.
GLuint createColorTexture(const TextureParameters&);
- // Create the depth/stencil and multisample buffers, if needed.
- bool resizeMultisampleFramebuffer(const IntSize&);
- void resizeDepthStencil(const IntSize&);
-
// Attempts to allocator storage for, or resize all buffers. Returns whether
// the operation was successful.
bool resizeDefaultFramebuffer(const IntSize&);
@@ -424,8 +419,6 @@ class PLATFORM_EXPORT DrawingBuffer
// Creates and allocates space for a default texture.
TextureInfo createDefaultTextureAndAllocateMemory(const IntSize&);
- void resizeTextureMemory(TextureInfo*, const IntSize&);
-
// Attaches |m_colorBuffer| to |m_fbo|, which is always the source for read
// operations.
void attachColorBufferToReadFramebuffer();
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698