| author | Jacek Caban <jacek@codeweavers.com> |
| Sat, 29 Jun 2013 12:13:17 +0200 | |
| changeset 136900 | fda0046aa3760057c66f11afb704ba12b50eab2e |
| parent 136892 | b684eef8d5872ed45a1a0363a845e877e74e5437 |
| child 136901 | 7b86302ab2b3bb60f436f0c4209e1565a8ed1b80 |
| push id | 24899 |
| push user | philringnalda@gmail.com |
| push date | Sun, 30 Jun 2013 00:29:19 +0000 |
| treeherder | mozilla-central@614e1793e958 [default view] [failures only] |
| perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
| bugs | 880836 |
| milestone | 25.0a1 |
| first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
| last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/gfx/2d/DrawTargetD2D.h +++ b/gfx/2d/DrawTargetD2D.h @@ -142,18 +142,18 @@ public: return stream.str(); } static uint64_t mVRAMUsageDT; static uint64_t mVRAMUsageSS; private: TemporaryRef<ID2D1Bitmap> - DrawTargetD2D::GetBitmapForSurface(SourceSurface *aSurface, - Rect &aSource); + GetBitmapForSurface(SourceSurface *aSurface, + Rect &aSource); friend class AutoSaveRestoreClippedOut; friend class SourceSurfaceD2DTarget; #ifdef _MSC_VER typedef stdext::hash_set<DrawTargetD2D*> TargetSet; #else typedef std::unordered_set<DrawTargetD2D*> TargetSet; #endif