Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 537540 Details for
Bug 662258
[patch]
fix warning
fix-CreateBuffer-warning (text/plain), 808 bytes, created by
Benoit Jacob [:bjacob] (mostly away)
(
hide
)
Description:
fix warning
Filename:
MIME Type:
Creator:
Benoit Jacob [:bjacob] (mostly away)
Size:
808 bytes
patch
obsolete
># HG changeset patch ># Parent 7c0d28b94cd9bd4d93ce7ca54fdcbc5ce5d14968 >diff --git a/gfx/layers/basic/BasicLayers.cpp b/gfx/layers/basic/BasicLayers.cpp >--- a/gfx/layers/basic/BasicLayers.cpp >+++ b/gfx/layers/basic/BasicLayers.cpp >@@ -2321,17 +2321,17 @@ public: > oldBuffer = SetBuffer(aNewBuffer, > nsIntSize(newSize.width, newSize.height), > aNewRect, aNewRotation); > oldBuffer.forget(aOldBuffer); > } > > protected: > virtual already_AddRefed<gfxASurface> >- CreateBuffer(ContentType aType, const nsIntSize& aSize) >+ CreateBuffer(ContentType, const nsIntSize&, PRUint32) > { > NS_RUNTIMEABORT("ShadowThebesLayer can't paint content"); > return nsnull; > } > }; > > > class BasicShadowThebesLayer : public ShadowThebesLayer, BasicImplData {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Flags:
roc
: review+
Actions:
View
|
Diff
|
Review
Attachments on
bug 662258
: 537540