| Index: core/win/d3d9/texture_d3d9.h
|
| ===================================================================
|
| --- core/win/d3d9/texture_d3d9.h (revision 20557)
|
| +++ core/win/d3d9/texture_d3d9.h (working copy)
|
| @@ -110,7 +110,7 @@
|
| CComPtr<IDirect3DTexture9> d3d_texture_;
|
|
|
| // A bitmap used to back the NPOT textures on POT-only hardware.
|
| - Bitmap backing_bitmap_;
|
| + Bitmap::Ref backing_bitmap_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Texture2DD3D9);
|
| };
|
| @@ -178,7 +178,7 @@
|
| CComPtr<IDirect3DCubeTexture9> d3d_cube_texture_;
|
|
|
| // A bitmap used to back the NPOT textures on POT-only hardware.
|
| - Bitmap backing_bitmap_;
|
| + Bitmap::Ref backing_bitmap_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TextureCUBED3D9);
|
| };
|
|
|