зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1521564 - Add GetDocument to nsContentSink, r=mccr8
This commit is contained in:
Родитель
ea0beadb68
Коммит
8fba17bea2
|
@ -246,6 +246,8 @@ class nsContentSink : public nsICSSLoaderObserver,
|
||||||
|
|
||||||
static void NotifyDocElementCreated(Document* aDoc);
|
static void NotifyDocElementCreated(Document* aDoc);
|
||||||
|
|
||||||
|
Document* GetDocument() { return mDocument; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void FavorPerformanceHint(bool perfOverStarvation, uint32_t starvationDelay);
|
void FavorPerformanceHint(bool perfOverStarvation, uint32_t starvationDelay);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче