summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h')
-rw-r--r--Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h b/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
index bf577344b..fc3121271 100644
--- a/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
+++ b/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
@@ -62,7 +62,7 @@ private:
void markIsInUse() { m_lastUsedTime = monotonicallyIncreasingTime(); }
RefPtr<BitmapTexture> m_texture;
- double m_lastUsedTime;
+ double m_lastUsedTime { 0.0 };
};
void scheduleReleaseUnusedTextures();