Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8124324

Quantum: remove View.notifyRenderingEnd() from PaintCollector

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx

      PaintCollector.done(RenderJob) contains the following code:

                  // The embedded platform needs some indication when rendering
                  // is finished so they can paint the stacking order and cursor
                  // on machines that might not have a window manager.
                  View.notifyRenderingEnd();

      This code is dead, it's no-op in Glass. It was required a while ago, but is no longer needed as we are composing windows onto the cram buffer inside Prism.

            art Artem Ananiev (Inactive)
            art Artem Ananiev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: